body{
  background-color: #009688;
}

h1{
	font-weight: 700;
}

h2{
  font-weight: 700;
  font-size: 3.4em;
  padding:0;
  margin: 0.7em 0 -0.3em 0;
}

.back-opacity {
  background-color: rgba(0, 0, 0, 0.3);
}

.content p {
  font-size: 1.2em;
  padding:0 70px;
}

.text-white {
	color:white;
}

.modal-custom {
  width: 37%;
}

.parsley-errors-list{
  margin-top:0px;
}

#sidenav-overlay {
  z-index: 0;
}

#right-content {
      padding: 0 5% 0 5%;
}

.custom-card {
  padding:0 10% 0 10%;
}

.card input[type=text] {
  margin:0;
}

.btn-block {
  width:100%;
}

nav {
  /*box-shadow: none;*/
}

.hero h1{
  text-transform: uppercase;
}

.hero h1,p{
  color:white;
}
.main-nav>ul>li>a {
    color: #90A4AE;
    font-size: 21px;
    background: #fff;
}

.fp-controlArrow.fp-prev , .fp-controlArrow.fp-next{
    color:white;
    border-width: 0;
    border-color: transparent;
}

.fp-controlArrow.fp-prev {
  padding-right:10;
}

.content {
  text-align: center;
  color:white;
}

.hidden {
  visibility: hidden;
}

.content-title{
  text-transform: uppercase;
}

header {
  position: relative;
  width: 100%;
  top:-64px;
  min-height: 665px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}

.header-1 {
   background-image: url(../images/cover1.png);
}

.header-2 {
   background-image: url(../images/cover2.png);
}

.waves-effect input[type="submit"] { 
width:100%;
height:100%;
}


footer {
  width: 100%;
/*  min-height: 589px;*/
  background-color: #009688;
}

header .container {
	padding-top: 6rem;
} 

div.mouse-container ,.slide-nav{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        z-index: 10;
}

div.mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border: solid 1px #fff;
    border-radius: 8px;
}

div.mouse span.scroll-down {
    display: block;
    width: 4px;
    height: 4px;
    margin: 15% auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    background: #fff;
}

@-webkit-keyframes scroll-inner{
	from{margin-top:15%;opacity:1}
	to{margin-top:75%;opacity:0}
}
@keyframes scroll-inner{
	from{margin-top:15%;opacity:1}
	to{margin-top:75%;opacity:0}
}


@media only screen and (max-width: 600px) {
  #section0{
    padding: 10% 0 0 0;
  }
}

